[.NET] Line break in ListView work in Vista/7 but not in XP

Posted by karol on Stack Overflow See other posts from Stack Overflow or by karol
Published on 2010-05-07T08:43:12Z Indexed on 2010/05/07 8:48 UTC
Read the original article Hit count: 404

Filed under:
|
|
|
|

hi, I've got problem. I'm using ListView to show some data and I need to make two lines in one row. I've found solution to make row higher by adding ImageList with specified height and then I add Environment.NewLine to my text. It works in Vista and 7 but in XP instead of new line there are shown squares. I've been trying to add "\n" "\r\n" and ASCII char 10 but ther were still squares! After few days I still don't know what's wrong and I need your help.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET